Uses of Class
org.eclipse.vtp.framework.interactions.core.commands.OutputMessageCommand

Packages that use OutputMessageCommand
org.eclipse.vtp.framework.interactions.core.commands   
org.eclipse.vtp.framework.interactions.core.support   
org.eclipse.vtp.framework.interactions.voice.services   
 

Uses of OutputMessageCommand in org.eclipse.vtp.framework.interactions.core.commands
 

Methods in org.eclipse.vtp.framework.interactions.core.commands with parameters of type OutputMessageCommand
 java.lang.Object IConversationCommandVisitor.visitOutputMessage(OutputMessageCommand outputMessageCommand)
          Called when this visitor is passed to an output message command instance.
 

Uses of OutputMessageCommand in org.eclipse.vtp.framework.interactions.core.support
 

Methods in org.eclipse.vtp.framework.interactions.core.support with parameters of type OutputMessageCommand
protected  IDocument AbstractPlatform.renderOutputMessage(ILinkFactory links, OutputMessageCommand outputMessageCommand)
          Renders an output message to the user.
 

Uses of OutputMessageCommand in org.eclipse.vtp.framework.interactions.voice.services
 

Methods in org.eclipse.vtp.framework.interactions.voice.services with parameters of type OutputMessageCommand
protected  IDocument VoicePlatform.renderOutputMessage(ILinkFactory links, OutputMessageCommand outputMessageCommand)